home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / walpeep / wallabot.frm < prev    next >
Text File  |  1995-05-08  |  4KB  |  120 lines

  1. VERSION 2.00
  2. Begin Form Form3 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About WallPeeper"
  5.    ClientHeight    =   3480
  6.    ClientLeft      =   1140
  7.    ClientTop       =   1320
  8.    ClientWidth     =   3480
  9.    ControlBox      =   0   'False
  10.    Height          =   3885
  11.    Left            =   1080
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form3"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   3480
  17.    ScaleWidth      =   3480
  18.    Top             =   975
  19.    Width           =   3600
  20.    Begin CommandButton Command1 
  21.       Caption         =   "OK"
  22.       Height          =   375
  23.       Left            =   1080
  24.       TabIndex        =   6
  25.       Top             =   2760
  26.       Width           =   1335
  27.    End
  28.    Begin Label Label1 
  29.       Alignment       =   2  'Center
  30.       Caption         =   "or neslon@panix.com"
  31.       Height          =   255
  32.       Index           =   8
  33.       Left            =   0
  34.       TabIndex        =   7
  35.       Top             =   2400
  36.       Width           =   3495
  37.    End
  38.    Begin Label Label1 
  39.       Alignment       =   2  'Center
  40.       Caption         =   "70741,422"
  41.       Height          =   255
  42.       Index           =   7
  43.       Left            =   0
  44.       TabIndex        =   5
  45.       Top             =   2160
  46.       Width           =   3495
  47.    End
  48.    Begin Label Label1 
  49.       Alignment       =   2  'Center
  50.       Caption         =   "Wilson Smith and Carole Rogers"
  51.       Height          =   255
  52.       Index           =   9
  53.       Left            =   0
  54.       TabIndex        =   8
  55.       Top             =   1920
  56.       Width           =   3495
  57.    End
  58.    Begin Label Label1 
  59.       Alignment       =   2  'Center
  60.       Caption         =   "Questions, comments to:"
  61.       Height          =   255
  62.       Index           =   4
  63.       Left            =   0
  64.       TabIndex        =   4
  65.       Top             =   1680
  66.       Width           =   3495
  67.    End
  68.    Begin Label Label1 
  69.       Alignment       =   2  'Center
  70.       Caption         =   "Enjoy it!"
  71.       Height          =   255
  72.       Index           =   3
  73.       Left            =   0
  74.       TabIndex        =   3
  75.       Top             =   1200
  76.       Width           =   3495
  77.    End
  78.    Begin Label Label1 
  79.       Alignment       =   2  'Center
  80.       Caption         =   "No warranties, no liabilities"
  81.       Height          =   255
  82.       Index           =   2
  83.       Left            =   0
  84.       TabIndex        =   2
  85.       Top             =   840
  86.       Width           =   3495
  87.    End
  88.    Begin Label Label1 
  89.       Alignment       =   2  'Center
  90.       Caption         =   "Free, public domain, etc."
  91.       Height          =   255
  92.       Index           =   1
  93.       Left            =   0
  94.       TabIndex        =   1
  95.       Top             =   600
  96.       Width           =   3495
  97.    End
  98.    Begin Label Label1 
  99.       Alignment       =   2  'Center
  100.       Caption         =   "WallPeeper v1.11"
  101.       Height          =   255
  102.       Index           =   0
  103.       Left            =   0
  104.       TabIndex        =   0
  105.       Top             =   120
  106.       Width           =   3495
  107.    End
  108. End
  109. '11/16  1.0 - 1.01 -> non-tiling.  consistent hourglassing
  110. '11/17 1.01 - 1.02 -> stopped doing a CLS for tiled preview
  111. '                     (bug introduced in 1.01)
  112. '11/17 1.02 - 1.03 -> stopped doing a CLS at all.  PatBlt for non-tiled background
  113. '11/24 1.1
  114.  
  115.  
  116. Sub Command1_Click ()
  117. Unload Form3
  118. End Sub
  119.  
  120.